Ticket #85 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

buildStar Phing task has problems with more than one fileset

Reported by: schst Assigned to: mikey
Priority: minor Milestone:
Component: Build System Version: SVN-trunk
Keywords: Cc:

Description

While writing the build-script for the IoC-only version, I had problems building the star, when using more than one fileset and setting the base directory to something other than ${project.basedir}/../../src/main.

The files are stored with strange ids, like s/stubbles/src/main/php/net/stubbles/star/StarClassRegistry.php instead of net.stubbles.star.StarClassRegistry

A version of the build script, that creates a broken star archive can be found at:

http://www.stubbles.net/browser/trunk/build/stubbles-ioc/build.xml?rev=917

Change History

10/02/07 18:04:50 changed by mikey

  • status changed from new to closed.
  • resolution set to fixed.

Fixed with changeset 953. The task now requires an additional attribute baseSrcPath which should be set to path/to/src/main.