[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2004-07-14 Thread jira
The following comment has been added to this issue:

 Author: dion gillard
Created: Wed, 14 Jul 2004 6:52 PM
   Body:
"For example, I would prefer to seperate my java source files from my xml/properties 
files. Currently, I have to stick those config files under src/java, which is 
unpleasant. I'd prefer to keep them seperate, and then have them compiled into a 
single target folder."


Your properties and xml files don't need to be in src/java at all. Use the 
 elements to specify a different directory.

-
View this comment:
  http://jira.codehaus.org/browse/MAVEN-723?page=comments#action_21782

-
View the issue:
  http://jira.codehaus.org/browse/MAVEN-723

Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Closed
   Priority: Blocker
 Resolution: WON'T FIX

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Wed, 14 Jul 2004 6:52 PM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2004-07-14 Thread jira
The following comment has been added to this issue:

 Author: Kenny MacLeod
Created: Wed, 14 Jul 2004 10:43 AM
   Body:
Add a "me too" for multiple source folders.  

WHile I appreciate that multiproject is the better approach in many cases (and I 
organise my own projects along those lines), there are still cases where multiple 
source folders within a single project is preferable.

For example, I would prefer to seperate my java source files from my xml/properties 
files.  Currently, I have to stick those config files under src/java, which is 
unpleasant.  I'd prefer to keep them seperate, and then have them compiled into a 
single target folder.

In summary, i don't think that saying "you must use multi projects" is good enough.  
This is a tool that's meant to be flexible, and I don't believe I've seen good reason 
to not have this particular feature.
-
View this comment:
  http://jira.codehaus.org/browse/MAVEN-723?page=comments#action_21768

-
View the issue:
  http://jira.codehaus.org/browse/MAVEN-723

Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Closed
   Priority: Blocker
 Resolution: WON'T FIX

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Wed, 14 Jul 2004 10:43 AM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2004-06-03 Thread jira
The following comment has been added to this issue:

 Author: analogue
Created: Thu, 3 Jun 2004 5:03 PM
   Body:
+1 on having maven support multiple source directories. Having just one src dir lacks 
much needed flexiblity and doesn't address instances where a project's directory 
structure has either already been decided, mandated by policy, or adheres to popular 
opinion (Eclipse support for multiple directories in 2.x was abysmal. Not only did 
they get it right in 3.0 because of user feedback, they outdid themselves. Its a joy 
to see so much inherent flexibility in the end result). Developers, users, managers, 
and decision makers can all generally agree...choice is a good thing. Nevertheless, as 
wonderful and powerful a product as Maven is, this issue in particular (in my 
experience) is going to end up being a big thumbs down for Maven as far as corporate 
adoption goes.
-
View this comment:
  http://jira.codehaus.org/browse/MAVEN-723?page=comments#action_20323

-
View the issue:
  http://jira.codehaus.org/browse/MAVEN-723

Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Closed
   Priority: Blocker
 Resolution: WON'T FIX

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Thu, 3 Jun 2004 5:03 PM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2003-11-04 Thread jira
The following comment has been added to this issue:

 Author: Steve Peterson
Created: Tue, 4 Nov 2003 12:17 PM
   Body:
What about generated source code such as xdoclet and xmlbeans (Jakarta).  It would be 
nice if the source generated by these tools could be added to the eclipse classpath 
without having to hack the maven-eclipse task
everytime a new code generation tool is ported to maven.
-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-723


Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Closed
   Priority: Blocker
 Resolution: WON'T FIX

 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Tue, 2 Sep 2003 9:14 PM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2003-08-26 Thread jira
The following comment has been added to this issue:

 Author: Emmanuel Venisse
Created: Tue, 26 Aug 2003 4:00 AM
   Body:
-1.

The best practices is to use one src directory by project. If you want more than one, 
you must use more than one project.
-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-723


Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Assigned
   Priority: Blocker

 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Mon, 25 Aug 2003 3:44 AM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-723) Specifying multiple directories in project.xml

2003-08-25 Thread jira
The following comment has been added to this issue:

 Author: Peter Donald
Created: Mon, 25 Aug 2003 3:45 AM
   Body:
Could some one assess if this is still relevent in latest Maven?
-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-723


Here is an overview of the issue:
-
Key: MAVEN-723
Summary: Specifying multiple directories in project.xml
   Type: Improvement

 Status: Assigned
   Priority: Blocker

 Time Spent: Unknown
  Remaining: 0 minutes

Project: maven

   Assignee: james strachan
   Reporter: 

Created: Thu, 20 Feb 2003 4:08 PM
Updated: Mon, 25 Aug 2003 3:44 AM
Environment: n/a

Description:
Eclipse allows the user to specify multiple source directories while project.xml only 
supports one . That's why synchronizing eclipse .classpath file and 
project.xml appears problematic. Allowing maven users to specify multiple src dirs 
will allow to solve that issue in a rather easy way.  

[EMAIL PROTECTED]


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]