Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[technology-pmc] [CQ 24013] org.hsqldb 2.6.1

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=24013


Baily Roberts <Baily.Roberts@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|awaiting_committer          |awaiting_pmc




--- Comment #4 from Baily Roberts <Baily.Roberts@xxxxxxxxxx>  2022-08-17 17:11:30 ---
Sorry for the very late reply. I guess I accidentally filed it under the wrong
group. It probably should be prerequisite. It's grabbed from the github
repository because currently it's not in an available p2 site like orbit we are
trying to put it into. I don't know what you mean by the projects download page
being out of date? We've had recent downloads posted about once a month,
sometimes more. 


The build instructions are posted below:

1. Clone git repo
    git clone https://git.eclipse.org/r/osee/org.eclipse.osee.git
    git checkout dev

2. Grab github repo zip
   wget --content-disposition https://api.github.com/repos/Louie-Maven/ip  
/zipball/

3. Run commands
   unzip *.zip
   rm -rf *.zip
   cd Louie*
   mv org.eclipse.ip.p2-1.0.0-SNAPSHOT.zip ..
   cd -
   cd org.eclipse.osee/plugins/org.eclipse.osee.web
   npm config set timeout=100000 && npm ci && npm run-script ng build -- 
--configuration=production 

4. Run parent extras build
   cd
$WORKSPACE/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/pom.xml
   clean verify -U -B
-Dexternal-eclipse-ip-site=$WORKSPACE/org.eclipse.ip.p2-1.0.0-SNAPSHOT.zip
-Dnot_ci_eclipse=true

 $WORKSPACE is wherever osee repo is

 5. Run dep.parent build
    cd $WORKSPACE/org.eclipse.osee/plugins/org.eclipse.osee.dep.parent/pom.xml
    mvn clean verify -U -B -Dbuild-alias=dev
-Declipse-ip-site=file:$WORKSPACE/org.eclipse.ip/org.eclipse.ip.p2/target/repository
-Dskip-help-tests=true

 6. Run parent build 
   cd $WORKSPACE/org.eclipse.osee/plugins/org.eclipse.osee.parent/pom.xml
     mvn clean verify -B -Dbuild-alias=dev
-Declipse-ip-site=file:$WORKSPACE/org.eclipse.ip/org.eclipse.ip.p2/target/repository
-Dskip-help-tests=true -Dskip-osee-client-all-product=rumination -f
$WORKSPACE/org.eclipse.osee/plugins/org.eclipse.osee.parent/pom.xml
-Dmaven.repo.local=$WORKSPACE/.maven/repo -e



-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top