You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/03 03:03:58 UTC

[jira] Deleted: (MAVEN-400) new plugin that generates forehead/classworlds config files to run application

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-400
    Summary: new plugin that generates forehead/classworlds config files to run application
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven

   Assignee: 
   Reporter: Alexey Demakov

    Created: Thu, 17 Apr 2003 3:48 AM
    Updated: Mon, 4 Aug 2003 2:04 AM

Description:
plugin parameters:

maven.forehead.class - main class name. if not set, don't generate config

maven.forehead.file - optional config file name. default to "${pom.artifactId}.fh"

Not implemented: generation of script to run forehead with this config.

For example, windows bat-file:

@echo off

java -classpath %MAVEN_HOME%/lib/forehead-1.0-beta-4.jar 
-Dmaven.repo.local=%MAVEN_HOME%/repository 
-Dforehead.conf.file=${maven.build.dir}/${pom.artifactId}.fh
com.werken.forehead.Forehead %*

bash script is very similar

Possible improvements:

May be there are right way of file creation from jelly script.
I implemented my own tag library for adding line to file.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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