You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eelco Hillenius <ee...@topicus.nl> on 2003/05/21 16:40:28 UTC

reactor directories

Hi,

I am using the reactor and I am interested in getting the subdirectories
after processing. E.g:

	<j:forEach var="reactorProject" items="${reactorProjects}">
	  <ant:echo>
		projectpath from root project: ???
			src: ${reactorProject.build.sourceDirectory}
	    		tst: ${reactorProject.build.unitTestSourceDirectory}
	  </ant:echo>
	</j:forEach>

How do I get them?

Eelco Hillenius


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org