Anonymous | Login | Signup for a new account | 12-17-2024 10:46 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002088 | [Resin] | trivial | always | 10-18-07 17:43 | 10-31-07 10:05 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.3 | ||||||
Summary | 0002088: build.xml tweak for better Eclipse support | ||||||||
Description |
This patch separates out the creation of Version.java so it can be called as the first step in a builder in Eclipse. Without this, you have to run "ant" manually before letting Eclipse compile all the .java files. --- a/build.xml +++ b/build.xml @@ -221,7 +221,7 @@ </antcall> </target> - <target name="resin-dev" depends="init, ejb, jca, jcr, jms, jsdk, jstl, jsf, jta, j2ee-deploy, j2ee-management, saaj, jaxrpc, portlet, script, resin-util"> + <target name="version"> <!-- filter to insert version --> @@ -247,6 +247,10 @@ </filterset> </copy> + </target> + + <target name="resin-dev" depends="init, ejb, jca, jcr, jms, jsdk, jstl, jsf, jta, j2ee-deploy, j2ee-management, saaj, jaxrpc, portlet, script, resin-util, version"> + <!-- build module --> <antcall target="module" inheritRefs="true"> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |