You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Norval Hope (JIRA)" <ji...@apache.org> on 2008/10/28 05:15:44 UTC

[jira] Created: (DIRSERVER-1283) installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar

installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar
--------------------------------------------------------------------------------------------

                 Key: DIRSERVER-1283
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1283
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.5
         Environment: C:\src\ad-1.5\apacheds>mvn -version
Maven version: 2.0.9
Java version: 1.6.0_10
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
            Reporter: Norval Hope
            Priority: Blocker


Doing a "mvn install" or running installers/apacheds-noarch/apacheds.bat no longer results in consolidated *-app.jar file. I tried the following:
  1. remove my maven respository
  2. mvn clean (at top level)
  3. mvn install (at top level, and with the usual 10 or so restarts of my build every time it failed to download some random library I've never heard of - man I hate maven!).
  4. cd <top>/installers/apacheds-noarch
  5. run apacheds.bat

At this point installers\apacheds-noarch\target\apacheds-noarch-installer-1.5.5-SNAPSHOT.jar exists (16kb) but nothing I can think of will build a *-app.jar file like it used to. As usual there is only a 100% opaque maven pom to look at, so I have not the slightest clue why the -app.jar file isn't being built. Have I mentioned how much I hate !#@$@% maven. I tried an explicit "mvn assembly:assembly" as used to work in earlier versions but not joy there either. 

At any rate, I have no idea where to go to from here...

Thanks
  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-1283) installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar

Posted by "Norval Hope (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norval Hope closed DIRSERVER-1283.
----------------------------------


Thanks - your fix has resolved the problem!

I've no idea what the "shade" plug-in is or does, but now I'm back in the much less worrying state of only having to understand things that I'm actually modifying.

BTW I started out with an open mind about maven initially, but now every time I need to do a build I have to mentally prepare myself for the possibility that my previously working development tree may break. For instance last week i was forced to change a *TestCase class in a development tree I hadn't modified any source in for months, because an apparently more strict plug-in was downloaded and used underneath me. I really dislike having to approach each build as being basically of the equivalent risk as an "svn up". Unlike the latter, there is no way to delay building until a point where you're happy to wear the risk - you have to do it every time you change the source ....

At any rate - much appreciate you assistance!

> installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1283
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1283
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: C:\src\ad-1.5\apacheds>mvn -version
> Maven version: 2.0.9
> Java version: 1.6.0_10
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Norval Hope
>            Assignee: Chris Custine
>            Priority: Blocker
>             Fix For: 1.5.5
>
>
> Doing a "mvn install" or running installers/apacheds-noarch/apacheds.bat no longer results in consolidated *-app.jar file. I tried the following:
>   1. remove my maven respository
>   2. mvn clean (at top level)
>   3. mvn install (at top level, and with the usual 10 or so restarts of my build every time it failed to download some random library I've never heard of - man I hate maven!).
>   4. cd <top>/installers/apacheds-noarch
>   5. run apacheds.bat
> At this point installers\apacheds-noarch\target\apacheds-noarch-installer-1.5.5-SNAPSHOT.jar exists (16kb) but nothing I can think of will build a *-app.jar file like it used to. As usual there is only a 100% opaque maven pom to look at, so I have not the slightest clue why the -app.jar file isn't being built. Have I mentioned how much I hate !#@$@% maven. I tried an explicit "mvn assembly:assembly" as used to work in earlier versions but not joy there either. 
> At any rate, I have no idea where to go to from here...
> Thanks
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSERVER-1283) installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine resolved DIRSERVER-1283.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.5

It looks like the important bits of the pom.xml might have been mistakenly removed at some point over the last month or two.  I restored enough to make sure that you can start a server using apacheds.sh but I am not sure what kind of work was being done with the shade plugin so YMMV.

> installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1283
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1283
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: C:\src\ad-1.5\apacheds>mvn -version
> Maven version: 2.0.9
> Java version: 1.6.0_10
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Norval Hope
>            Assignee: Chris Custine
>            Priority: Blocker
>             Fix For: 1.5.5
>
>
> Doing a "mvn install" or running installers/apacheds-noarch/apacheds.bat no longer results in consolidated *-app.jar file. I tried the following:
>   1. remove my maven respository
>   2. mvn clean (at top level)
>   3. mvn install (at top level, and with the usual 10 or so restarts of my build every time it failed to download some random library I've never heard of - man I hate maven!).
>   4. cd <top>/installers/apacheds-noarch
>   5. run apacheds.bat
> At this point installers\apacheds-noarch\target\apacheds-noarch-installer-1.5.5-SNAPSHOT.jar exists (16kb) but nothing I can think of will build a *-app.jar file like it used to. As usual there is only a 100% opaque maven pom to look at, so I have not the slightest clue why the -app.jar file isn't being built. Have I mentioned how much I hate !#@$@% maven. I tried an explicit "mvn assembly:assembly" as used to work in earlier versions but not joy there either. 
> At any rate, I have no idea where to go to from here...
> Thanks
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-1283) installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine reassigned DIRSERVER-1283:
----------------------------------------

    Assignee: Chris Custine

> installers/apacheds-noarch no longer builds apacheds-noarch-installer-1.5.5-SNAPSHOT-app.jar
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1283
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1283
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: C:\src\ad-1.5\apacheds>mvn -version
> Maven version: 2.0.9
> Java version: 1.6.0_10
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Norval Hope
>            Assignee: Chris Custine
>            Priority: Blocker
>
> Doing a "mvn install" or running installers/apacheds-noarch/apacheds.bat no longer results in consolidated *-app.jar file. I tried the following:
>   1. remove my maven respository
>   2. mvn clean (at top level)
>   3. mvn install (at top level, and with the usual 10 or so restarts of my build every time it failed to download some random library I've never heard of - man I hate maven!).
>   4. cd <top>/installers/apacheds-noarch
>   5. run apacheds.bat
> At this point installers\apacheds-noarch\target\apacheds-noarch-installer-1.5.5-SNAPSHOT.jar exists (16kb) but nothing I can think of will build a *-app.jar file like it used to. As usual there is only a 100% opaque maven pom to look at, so I have not the slightest clue why the -app.jar file isn't being built. Have I mentioned how much I hate !#@$@% maven. I tried an explicit "mvn assembly:assembly" as used to work in earlier versions but not joy there either. 
> At any rate, I have no idea where to go to from here...
> Thanks
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.