You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Reto Bachmann-Gmür <re...@apache.org> on 2011/12/28 22:18:12 UTC

tdb launcher assembly

Hello,

After the license header stuff seems to be finally fixed I tried preparing
a release again. I had to switch from mvn 3.0.1 to 3.0.3 as it would
otherwise fail on the first module.

Now I'm encountering a problem in the package phase of
platform.launcher.tdb, after making it a release
it still looks for a SNAPSHOT version:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (make-assembly)
on project platform.launcher.tdb: Failed to create assembly: Error adding
file to archive:
/home/reto/projects/apache/clerezza/trunk/parent/platform.launcher.tdb/target/platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar
isn't a file. -> [Help 1]

That file indeed isn't there but there is
platform.launcher.tdb-0.5-incubating.jar which I think should be used.

Did anyone expirience similar problems or has an idea on what is causing
this?

Cheers,
Reto

Re: tdb launcher assembly

Posted by Reto Bachmann-Gmür <re...@apache.org>.
I fixed and closed CLEREZZA-641, it should now work for all versions.
Reto


On Wed, Dec 28, 2011 at 10:18 PM, Reto Bachmann-Gmür <re...@apache.org> wrote:
> Hello,
>
> After the license header stuff seems to be finally fixed I tried preparing a
> release again. I had to switch from mvn 3.0.1 to 3.0.3 as it would otherwise
> fail on the first module.
>
> Now I'm encountering a problem in the package phase of
> platform.launcher.tdb, after making it a release
> it still looks for a SNAPSHOT version:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (make-assembly)
> on project platform.launcher.tdb: Failed to create assembly: Error adding
> file to archive:
> /home/reto/projects/apache/clerezza/trunk/parent/platform.launcher.tdb/target/platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar
> isn't a file. -> [Help 1]
>
> That file indeed isn't there but there is
> platform.launcher.tdb-0.5-incubating.jar which I think should be used.
>
> Did anyone expirience similar problems or has an idea on what is causing
> this?
>
> Cheers,
> Reto