Mantis Bugtracker
  

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-01-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

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-18-07 17:43 koreth New Issue
10-01-07 10:05 ferg Assigned To  => ferg
10-01-07 10:05 ferg Status new => closed
10-01-07 10:05 ferg Resolution open => fixed
10-01-07 10:05 ferg Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker