Skip to content

Commit

Permalink
Add missing compilation task.
Browse files Browse the repository at this point in the history
The tests in this package depend on the common EL code so ensure it is
compiled before the test is packaged.

Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Mar 10, 2021
1 parent 41180e0 commit c764473
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/com/sun/ts/tests/jsp/spec/el/jsp/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -33,4 +34,9 @@
</tscontent.war>
</target>

<target name="compile">
<ts.javac includes="${pkg.dir}/**/*.java,
${elcommon.dir}/**/*.java"/>
</target>

</project>

0 comments on commit c764473

Please sign in to comment.