[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-28 Thread Anita Kulshreshtha (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418252
 ] 

Anita Kulshreshtha commented on GERONIMO-2157:
--

version is not needed anyway. Some poms do not use it. See 
geronimo-packaging-plugin/pom.xml and configs/client-deployer/pom.xml.
+ 1 to removing version
 What does relativePath do? Will it help remove the 'mvn -N install' step 
at the top level?

 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Jason Dillon
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-28 Thread Prasad Kashyap (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418259
 ] 

Prasad Kashyap commented on GERONIMO-2157:
--

Jason, yes. I'd like for you to apply it. I can't apply it.

Anita, are you saying that I can remove the version under parent as well ? 
Hmm.. maybe I should tried that out too. Maybe we can easily introduce that 
change in the patch itself. Can we Jason ?

 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Jason Dillon
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-28 Thread David Jencks (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418263
 ] 

David Jencks commented on GERONIMO-2157:


Is this going to make it impossible to check out a single module and build it, 
requiring instead that you check out the entire geronimo tree in order to 
build?  If so, are we all really sure this is desirable?  The total lines of 
code appear to be the same before and after this patch.

For instance, I believe the continuum setup checks out modules, applications, 
and configs (at least) separately from the main project.  Would this break?

 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Jason Dillon
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-28 Thread Prasad Kashyap (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418268
 ] 

Prasad Kashyap commented on GERONIMO-2157:
--

Yes. I checked out just the activation module and built it successfuly. I had 
ofcourse the modules-parent and geronimo-parent in my local repo. We definitely 
need to have this in some repo (local or remote)  for this standalone module 
build to work.

Anita, the version element under parent cannot be removed.  It is a 
required element. If you meant the version for that current project, then I 
have already removed it. The patch takes care of that.

 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Jason Dillon
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-27 Thread Jason Dillon (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418156
 ] 

Jason Dillon commented on GERONIMO-2157:


+1

Please apply.


 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Prasad Kashyap
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

2006-06-27 Thread Jason Dillon (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418160
 ] 

Jason Dillon commented on GERONIMO-2157:


Does this mean you want me to apply it?

 Build trunk from top down with one command
 --

  Key: GERONIMO-2157
  URL: http://issues.apache.org/jira/browse/GERONIMO-2157
  Project: Geronimo
 Type: Sub-task
 Security: public(Regular issues) 
   Components: buildsystem
 Versions: 1.2
 Reporter: Prasad Kashyap
 Assignee: Jason Dillon
  Fix For: 1.2
  Attachments: relativePath.patch

 example pom excerpt
 project
 modelVersion4.0.0/modelVersion
 parent
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdmodules-parent/artifactId
 version1.2-SNAPSHOT/version
 relativePath../pom.xml/relativePath
 /parent
 artifactIdgeronimo-activation/artifactId
 nameGeronimo :: Activation/name
 descriptionGeronimo Activation implements Content Handlers for use in 
 conjuction with the Java Activation Framework./description

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira